FMSL Text Editor
Purpose: To test the FMSL Text Editor in Eclipse. We will open an FMSL
file, add some text, and verify syntax coloring.
Setup:
- Install Eclipse Platform.
- Install FMSLEclipse plugin.
- Create a project.
Method:
- Start the workbench.
- Invoke File > New > FMSL File. Create a new FMSL file with some
name like test1.fmsl. Verify that a new editor opens on the file.
- Copy and paste the following text into the editor ..
object X is string;
operation foo(X);
value z = 42;
- Verify the syntax coloring is consistent with the preferences.